name: pylint run_id: commands[0] env HOME: /home/jenkins env LANG: C.UTF-8 env OLM_TIMER1: 3000 env OLM_TIMER2: 2000 env PATH: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/pylint/bin:/opt/pyenv/bin:/tmp/venv-D95S/bin:/opt/pyenv/shims:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin env PIP_DISABLE_PIP_VERSION_CHECK: 1 env PIP_USER: 0 env PYTHONHASHSEED: 2971399550 env PYTHONIOENCODING: utf-8 env SSH_AUTH_SOCK: ******************************** env TOX_ENV_DIR: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/pylint env TOX_ENV_NAME: pylint env TOX_WORK_DIR: /w/workspace/transportpce-tox-verify-transportpce-master/.tox env VIRTUAL_ENV: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/pylint env __TOX_ENVIRONMENT_VARIABLE_ORIGINAL_CI: true metadata pid: 3174 cwd: /w/workspace/transportpce-tox-verify-transportpce-master/tests allow: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/pylint/bin/*:find cmd: find transportpce_tests/ -name '*.py' -exec pylint --fail-under=10 --max-line-length=120 --disable=missing-docstring,import-error --disable=fixme --disable=duplicate-code '--module-rgx=([a-z0-9_]+$)|([0-9.]{1,30}$)' '--method-rgx=(([a-z_][a-zA-Z0-9_]{2,})|(_[a-z0-9_]*)|(__[a-zA-Z][a-zA-Z0-9_]+__))$' '--variable-rgx=[a-zA-Z_][a-zA-Z0-9_]{1,30}$' '{}' + exit_code: 1 ************* Module oc.test04_end2end transportpce_tests/oc/test04_end2end.py:257:0: W0311: Bad indentation. Found 12 spaces, expected 8 (bad-indentation) transportpce_tests/oc/test04_end2end.py:259:0: W0311: Bad indentation. Found 12 spaces, expected 8 (bad-indentation) transportpce_tests/oc/test04_end2end.py:260:0: W0311: Bad indentation. Found 12 spaces, expected 8 (bad-indentation) transportpce_tests/oc/test04_end2end.py:20:0: C0413: Import "import test_utils" should be placed at the top of the module (wrong-import-position) transportpce_tests/oc/test04_end2end.py:21:0: C0413: Import "import test_utils_oc" should be placed at the top of the module (wrong-import-position) transportpce_tests/oc/test04_end2end.py:143:23: E1133: Non-iterable value cls.processes is used in an iterating context (not-an-iterable) transportpce_tests/oc/test04_end2end.py:18:0: C0411: standard import "sys" should be placed before third party import "requests" (wrong-import-order) transportpce_tests/oc/test04_end2end.py:14:0: W0611: Unused import base64 (unused-import) ----------------------------------- Your code has been rated at 9.99/10